home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / hsci.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  743 b   |  20 lines

  1. (Note: The change caused by this menu option is only 
  2. visible by opening another hypertext file or by using 
  3. a jump link to another file.)
  4.  
  5. The "Invert Hot Image" menu option sets a flag
  6. which is used by the OnHandleShowCoolImage  
  7. method of the HTDisplayBox component. This method 
  8. is used to modify display of images. In this
  9. case, if the flag is true, images are inverted
  10. and then set for display. (This could be used to
  11. mask images for security reasons.)
  12.  
  13. (Note: Assert methods normally are used to abort
  14. all further processing of an action, while the
  15. Handle Methods modify the processing. These
  16. two methods can each be overridden in code by
  17. direct assignment for Assert types and virtual
  18. overriding for Handle types.)
  19.  
  20.